home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xsok-1.000 / xsok-1 / xsok-1.01 / lib / Xsok / definitions next >
Text File  |  1994-11-24  |  2KB  |  43 lines

  1. ; xsok-1.00: Definitions for the Xsok levels
  2.  
  3. ;WALLS
  4. ;          hex   hex   hex  hex    dec
  5. ; char picture enter leave mask effect
  6.             12     f     f   ff      0   standard floor
  7. .           13     f     f    3      4   target field: player and heavy box allowed
  8. *           14     f     f    1      5   EXIT
  9. %           15     f     f   ff      2   rotate 180
  10. (        16     f     f   ff      1   rotate CCW
  11. )        17     f     f   ff      3   rotate CW
  12. u        18     1     1    1      0   up only, player only
  13. l        19     2     2    1      0   left only, player only
  14. d        1a     4     4    1      0   down only, player only
  15. r        1b     8     8    1      0   right only, player only
  16. U        1c     1     1   ff      0   up only
  17. L        1d     2     2   ff      0   left only
  18. D        1e     4     4   ff      0   down only
  19. R        1f     8     8   ff      0   right only
  20. !        20     f     f   fe      6   forbidden for player
  21. X        25     f     f    1      0   no boxes here
  22. P        22     f     f   ff    106   add power! (once only)
  23. p        23     f     f   ff      7   remove power!
  24. ?        26     f     f   ff      8   teleporter
  25. #            0     0     0    0      0   walls
  26. ;OBJECTS
  27. ;          hex     hex     hex    dec   dec  hex   dec
  28. ; char picture movedir pushdir weight power mask score
  29. @            0       f       0   9101  9201    1     0 player (unpushable)
  30. $            1       f       0    100     0    2  1000 heavy box
  31. -         4       a       0      1     0    4   100 horizontal light box
  32. |         5       5       0      1     0    4   100 vertical light box
  33. +         6       f       0      1     0    4   100 light box
  34. ^         8       1       1      0   100    8    10 up pushbox
  35. <         9       2       2      0   100    8    10 left pushbox
  36. v         a       4       4      0   100    8    10 down pushbox
  37. >         b       8       8      0   100    8    10 right pushbox
  38.  
  39. ;MAXLEVEL 5
  40. ;PUSHCOST 10
  41. ;MOVECOST 1
  42. ;ATOP `@*
  43.